From ec073a3b3ac866b65b2447e97fd8f57f3907b9fa Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Fri, 28 Jun 2019 15:15:47 +0200 Subject: [PATCH] Added wget example --- siridb.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/siridb.conf b/siridb.conf index 0146886b..89dde8cc 100644 --- a/siridb.conf +++ b/siridb.conf @@ -88,6 +88,10 @@ pipe_client_name = siridb_client.sock # When the HTTP status port is not set (or 0), the service will not start. # Otherwise the HTTP requests `/status`, `/ready` and `/healthy` are available # which can be used for readiness and liveness requests. +# +# Example using wget: +# +# wget -q -O - http://node.local:8080/status # #http_status_port = 8080 http_status_port = 0 -- 2.30.2